Moved from custom LSP installs to LspInstall
This commit is contained in:
parent
94c37fc66a
commit
da38421d7b
5 changed files with 93 additions and 104 deletions
|
@ -4,6 +4,9 @@ local opt=vim.opt
|
|||
local fn=vim.fn
|
||||
local map=vim.api.nvim_set_keymap
|
||||
|
||||
--leader key is set through a variable, for some reason.
|
||||
vim.g.mapleader = ';'
|
||||
|
||||
--do package management
|
||||
require('packages')
|
||||
require('LSPconfig')
|
||||
|
@ -64,9 +67,6 @@ require('cmp-lsp')
|
|||
opt.foldenable=true
|
||||
opt.foldignore=''
|
||||
|
||||
--leader key is set through a variable, for some reason.
|
||||
vim.g.mapleader = ';'
|
||||
|
||||
--sets colorscheme. to get a list of avalible options, do colorscheme <Space> <C-d>
|
||||
vim.cmd 'colorscheme moonfly'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue