Minor nvim config changes
This commit is contained in:
parent
90ca95ad38
commit
3d86f44d31
10 changed files with 82 additions and 97 deletions
|
|
@ -9,6 +9,7 @@ return {
|
|||
'nvim-tree/nvim-tree.lua',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
'Civitasv/cmake-tools.nvim',
|
||||
'rcarriga/nvim-notify',
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ 'akinsho/bufferline.nvim', config = {} },
|
||||
{ 'ethanholz/nvim-lastplace', config = {} },
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
return {
|
||||
-- LSP Configuration & Plugins
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
-- Automatically install LSPs to stdpath for neovim
|
||||
'williamboman/mason.nvim',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
|
||||
-- Useful status updates for LSP
|
||||
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
'folke/neodev.nvim',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue