diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-07 20:01:40 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-07 20:01:40 +0100 |
commit | 3fde8747b178ab76788e245419653f3c173a2abc (patch) | |
tree | 617ec47d8b7a3d81fb4899b3abc9b2eb014ba0fb /nvim/after/plugin/lsp.lua | |
parent | 6ad9ebb4d05d0f5de73a76b81464db2b673251d0 (diff) |
Removes harpoon, etc and adds neotest
This also removes treesitter-playground and is a basic install of
neotest and neotest-python.
Diffstat (limited to 'nvim/after/plugin/lsp.lua')
-rw-r--r-- | nvim/after/plugin/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/after/plugin/lsp.lua b/nvim/after/plugin/lsp.lua index e644f74..c54e03b 100644 --- a/nvim/after/plugin/lsp.lua +++ b/nvim/after/plugin/lsp.lua @@ -35,7 +35,7 @@ lsp.setup_nvim_cmp({ }) lsp.set_preferences({ - suggest_lsp_servers = false, + suggest_lsp_servers = true, sign_icons = { error = 'E', warn = 'W', |