more nvim config

This commit is contained in:
Arthur Khachaturov 2024-08-25 16:40:36 +03:00
parent 4ecc5566b4
commit 6d6e894f53
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
14 changed files with 107 additions and 120 deletions

View file

@ -0,0 +1,8 @@
return {
'neovim/nvim-lspconfig',
dependencies = {
{ 'williamboman/mason.nvim', opts = {} },
{ 'folke/neodev.nvim', opts = {}},
{ 'j-hui/fidget.nvim', opts = {} },
}
}