Browse Source

chore: Reorganised modules.lua

my-config
connorgmeean 3 years ago
parent
commit
303ae42f94
  1. 26
      modules.lua

26
modules.lua

@ -25,34 +25,34 @@ return {
"indentlines", -- Show indent lines with special characters
"range_highlight", -- Highlight selected range from commands
"todo_comments", -- Highlight TODO: comments
-- "doom_themes", -- Extra themes for doom
-- UI
-- UI Components
"lsp_progress", -- Check status of LSP loading
"tabline", -- Tab bar buffer switcher
"dashboard", -- A pretty dashboard upon opening
"trouble", -- A pretty diagnostic viewer
"statusline", -- A pretty status line at the bottom of the buffer
-- "minimap", -- Shows current position in document
-- "terminal", -- Integrated terminal in neovim
-- "symbols", -- Navigate between code symbols using telescope
-- "ranger", -- File explorer in neovim (TODO: Test)
-- "restclient", -- Test HTTP requests from neovim (TODO: Test)
-- "show_registers", -- Show and navigate between registers
-- Tools
-- "dap", -- Debug code through neovim
"explorer", -- An enhanced filetree explorer
-- "firenvim", -- Embed neovim in your browser
"telescope", -- Fuzzy searcher to find files, grep code and more
"neorg", -- Organise your life
"whichkey", -- An interactive sheet
"projects", -- Quickly switch between projects
-- "doom_themes", -- Extra themes for doom
-- "lazygit", -- Lazy git integration
-- "neogit", -- A git client for neovim
-- "ranger", -- File explorer in neovim (TODO: Test)
-- "restclient", -- Test HTTP requests from neovim (TODO: Test)
-- "show_registers", -- Show and navigate between registers
-- "suda", -- Save using sudo when necessary
"neorg", -- Organise your life
"projects", -- Quickly switch between projects
-- "superman", -- Read unix man pages in neovim
-- "symbols", -- Navigate between code symbols using telescope
-- "terminal", -- Integrated terminal in neovim
-- "suda", -- Save using sudo when necessary
"telescope", -- Fuzzy searcher to find files, grep code and more
"whichkey", -- An interactive sheet
},
langs = {
-- Scripts

Loading…
Cancel
Save