Add LSP configurations to neovim. Add conform/telescope plugins.

This commit is contained in:
2025-10-10 23:35:14 -07:00
parent e16aac3dfa
commit 1a02c0e649
10 changed files with 101 additions and 21 deletions

View File

@@ -16,5 +16,3 @@ vim.keymap.set('n', '<C-h>', '<C-w><C-h>', { desc = 'Move focus to the left wind
vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right window' })
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
-- vim: ts=2 sts=2 sw=2 et