Fix options + Add lsp-install
This commit is contained in:
parent
222f2c316b
commit
8ca7c95dd4
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
local function init(){
|
||||
local function init()
|
||||
cmd('colorscheme moonlight')
|
||||
|
||||
opt.completeopt = {'menuone', 'noinsert', 'noselect'} -- Completion options (for deoplete)
|
||||
|
@ -21,7 +21,7 @@ local function init(){
|
|||
opt.termguicolors = true -- True color support
|
||||
opt.wildmode = {'list', 'longest'} -- Command-line completion mode
|
||||
opt.wrap = false -- Disable line wrap
|
||||
}
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
|
|
|
@ -11,6 +11,7 @@ function install_packages()
|
|||
use {'dracula/vim'}
|
||||
use {'whatyouhide/vim-gotham'}
|
||||
use {'neovim/nvim-lspconfig'}
|
||||
use {'kabouzeid/nvim-lspinstall'}
|
||||
use {'hrsh7th/nvim-compe'}
|
||||
use {'shaunsingh/moonlight.nvim'}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue