add: nvim: ftplugin for satysfi to change tab size

This commit is contained in:
qwjyh 2023-03-13 16:14:28 +09:00
parent 1108ea7e3a
commit 9cc5bc186e
3 changed files with 11 additions and 0 deletions

View file

@ -275,6 +275,8 @@ lspconfig.satysfi_ls.setup {
capabilities = capabilities,
autostart = true,
}
-- bash
lspconfig.bashls.setup {}
-- nvim-cmp setup
local cmp = require 'cmp'