neovim: tweak config
This commit is contained in:
parent
b9bd906e65
commit
d864982647
3 changed files with 23 additions and 2 deletions
|
|
@ -1,9 +1,14 @@
|
|||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
opts = {
|
||||
defaults = { path_display = { "truncate" } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@ return {
|
|||
{ "williamboman/mason.nvim", enabled = false },
|
||||
{ "williamboman/mason-lspconfig.nvim", enabled = false },
|
||||
{ "jay-babu/mason-nvim-dap.nvim", enabled = false },
|
||||
{ "folke/noice.nvim", enabled = false },
|
||||
{ "Bilal2453/luvit-meta", enabled = false },
|
||||
}
|
||||
|
|
|
|||
14
modules/editor/vim/lua/plugins/lsp.lua
Normal file
14
modules/editor/vim/lua/plugins/lsp.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
metals = {
|
||||
settings = {
|
||||
showImplicitArguments = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue