diff options
| author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:48:57 -0500 |
|---|---|---|
| committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:48:57 -0500 |
| commit | a9dfc45ce2b13b5ad49cacca119715cfc349642f (patch) | |
| tree | 228704d84f21a1f7b7a7e163e40caa0d9db92111 /after | |
| parent | e53c443c7146cbf487bd620cf5198f9249f446cf (diff) | |
Diffstat (limited to 'after')
| -rw-r--r-- | after/plugin/lsp.lua | 2 | ||||
| -rw-r--r-- | after/plugin/vim-tmux-navigator.lua | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 3e61be0..ed403ff 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua | |||
| @@ -14,7 +14,7 @@ require('mason').setup({}) | |||
| 14 | require('mason-lspconfig').setup({ | 14 | require('mason-lspconfig').setup({ |
| 15 | -- Replace the language servers listed here | 15 | -- Replace the language servers listed here |
| 16 | -- with the ones you want to install | 16 | -- with the ones you want to install |
| 17 | ensure_installed = {'tsserver', 'eslint', 'sumneko_lua', 'rust_analyzer'}, | 17 | ensure_installed = {'tsserver', 'eslint', 'rust_analyzer'}, |
| 18 | handlers = { | 18 | handlers = { |
| 19 | lsp.default_setup, | 19 | lsp.default_setup, |
| 20 | }, | 20 | }, |
diff --git a/after/plugin/vim-tmux-navigator.lua b/after/plugin/vim-tmux-navigator.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/after/plugin/vim-tmux-navigator.lua | |||
