diff options
| -rw-r--r-- | home-config/nvim/config/init.vim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index 6735d81..3fe7fc8 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
| @@ -50,12 +50,6 @@ require("mason-lspconfig").setup { | |||
| 50 | 50 | ||
| 51 | require('leap').add_default_mappings() | 51 | require('leap').add_default_mappings() |
| 52 | 52 | ||
| 53 | require("mason-lspconfig").setup_handlers { | ||
| 54 | function (server_name) | ||
| 55 | require("lspconfig")[server_name].setup {} | ||
| 56 | end, | ||
| 57 | } | ||
| 58 | |||
| 59 | require('nvim-treesitter.configs').setup { | 53 | require('nvim-treesitter.configs').setup { |
| 60 | highlight = { | 54 | highlight = { |
| 61 | enable = true, | 55 | enable = true, |
