Add LSP configurations to neovim. Add conform/telescope plugins.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user