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

@@ -5,13 +5,10 @@ vim.g.maplocalleader = ','
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true
-- [[ Setting options ]]
require 'options'
-- [[ Basic Keymaps ]]
require 'keymaps'
-- [[ Install `lazy.nvim` plugin manager ]]
require 'config.lazy'
require 'config.lsp'
vim.cmd.colorscheme 'catppuccin-mocha'