Evie Litherland-Smith
8df1e359a5
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
12 lines
214 B
Lua
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'
|