Attempted to tidy nvim configuration
This commit is contained in:
parent
92bc844a10
commit
b4224d0023
8 changed files with 36 additions and 25 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"diagnostics.disable": [
|
||||
"unused-local"
|
||||
]
|
||||
}
|
|
@ -13,30 +13,19 @@ packer.startup(function(use)
|
|||
use 'hrsh7th/cmp-nvim-lsp' -- nvim-cmp source for neovim's built-in LSP
|
||||
use 'hrsh7th/nvim-cmp' -- Completion
|
||||
use 'L3MON4D3/LuaSnip'
|
||||
|
||||
use 'neovim/nvim-lspconfig' -- LSP
|
||||
use 'jose-elias-alvarez/null-ls.nvim'
|
||||
use 'williamboman/mason.nvim' -- LSP Installer
|
||||
use 'williamboman/mason-lspconfig.nvim'
|
||||
|
||||
use 'nvim-tree/nvim-web-devicons'
|
||||
|
||||
use { 'catppuccin/nvim', as = "catppuccin" }
|
||||
|
||||
use {
|
||||
'nvim-telescope/telescope.nvim', tag = '0.1.8', -- For file searching :Telescope find_files
|
||||
requires = { { 'nvim-lua/plenary.nvim' } }
|
||||
}
|
||||
|
||||
use { 'prettier/vim-prettier', build = 'pnpm install' }
|
||||
|
||||
use { 'weilbith/nvim-code-action-menu', cmd = 'CodeActionMenu' }
|
||||
|
||||
use 'bellinitte/uxntal.vim'
|
||||
|
||||
use { 'edkolev/tmuxline.vim', run = ':Tmuxline vim_statusline_2' }
|
||||
|
||||
use 'preservim/nerdtree' -- For filebrowser :NERDTree
|
||||
|
||||
use 'preservim/nerdtree' -- For file-browser :NERDTree
|
||||
use 'elkowar/yuck.vim'
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue