1
0
Fork 0

Minor nvim config changes

This commit is contained in:
Arthur Khachaturov 2023-12-08 16:46:18 +03:00
parent 90ca95ad38
commit 3d86f44d31
No known key found for this signature in database
GPG key ID: 542ADA2564CCFDDB
10 changed files with 82 additions and 97 deletions

View file

@ -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 = {} },

View file

@ -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',
},
}