feat: add nvimdots
This commit is contained in:
5
nvim/lua/modules/configs/completion/servers/bashls.lua
Normal file
5
nvim/lua/modules/configs/completion/servers/bashls.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/bashls.lua
|
||||
return {
|
||||
cmd = { "bash-language-server", "start" },
|
||||
filetypes = { "bash", "sh" },
|
||||
}
|
||||
Reference in New Issue
Block a user