parent
054964fd66
commit
e1d77a4f3b
5 changed files with 69 additions and 73 deletions
homeManagerModules/neovim/langs/bash
|
@ -36,13 +36,13 @@ in {
|
|||
mkIf cfg.enableIde
|
||||
# lua
|
||||
''
|
||||
local default_capabilities = require('cmp_nvim_lsp').default_capabilities();
|
||||
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = 'sh',
|
||||
command = 'setlocal ts=4 sw=4 sts=0 expandtab',
|
||||
});
|
||||
|
||||
local default_capabilities = require('cmp_nvim_lsp').default_capabilities();
|
||||
|
||||
require('lspconfig').bashls.setup({
|
||||
capabilities = default_capabilities,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue