mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add neovim config with some plugins
This commit is contained in:
5
.config/nvim/lua/plugins/lsp.lua
Normal file
5
.config/nvim/lua/plugins/lsp.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{'neovim/nvim-lspconfig'},
|
||||
{'hrsh7th/cmp-nvim-lsp'},
|
||||
{'hrsh7th/nvim-cmp'},
|
||||
}
|
||||
Reference in New Issue
Block a user