nixos/config/nvim/init.lua
Evie Litherland-Smith 8df1e359a5 Clean up and extend LSP
Move nvim-cmp set up to own file, LSP file was getting unmanageable

Add more cmp/lsp plugins to improve capabilities

Switch python LSP back to using pyright

Remove legacy neovide stuff
2023-01-31 13:42:24 +00:00

12 lines
214 B
Lua

-- Set vim options
require 'options'
-- Load plugins as defined for Packer
require 'plugins'
-- Define custom keymappings
require 'keymaps'
-- Remaining vim commands to be converted to lua
require 'vimcommands'