diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/ftplugin/dart.lua | 3 | ||||
| -rw-r--r-- | nvim/init.lua | 1 | ||||
| m--------- | nvim/pack/hrsh7th/start/nvim-cmp | 0 | ||||
| -rw-r--r-- | nvim/spell/.gitignore | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/nvim/ftplugin/dart.lua b/nvim/ftplugin/dart.lua new file mode 100644 index 0000000..783a159 --- /dev/null +++ b/nvim/ftplugin/dart.lua @@ -0,0 +1,3 @@ +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.expandtab = true diff --git a/nvim/init.lua b/nvim/init.lua index 5d23390..95b1b2e 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -33,6 +33,7 @@ local servers = { 'pyright', 'gopls', 'zls', + 'dartls', -- more: pack/neovim/start/nvim-lspconfig/lua/lspconfig/server_configurations } for _, server in ipairs(servers) do diff --git a/nvim/pack/hrsh7th/start/nvim-cmp b/nvim/pack/hrsh7th/start/nvim-cmp -Subproject 983453e32cb35533a119725883c04436d16c012 +Subproject 8c82d0bd31299dbff7f8e780f5e06d2283de967 diff --git a/nvim/spell/.gitignore b/nvim/spell/.gitignore new file mode 100644 index 0000000..71933ef --- /dev/null +++ b/nvim/spell/.gitignore @@ -0,0 +1 @@ +en.utf-8.add |
