user/neovim: add nvim-highlight-colors
This commit is contained in:
parent
633d781a25
commit
d9df212560
2 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ vim.opt.number = true
|
|||
vim.opt.cursorline = true
|
||||
vim.opt.signcolumn = "yes:3"
|
||||
vim.opt.title = true
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.updatetime = 0
|
||||
vim.opt.clipboard:prepend('unnamedplus')
|
||||
|
||||
|
|
@ -94,6 +95,9 @@ end
|
|||
|
||||
vim.cmd('au FileType javascript setlocal indentexpr=v:lua.javascript_indent()')
|
||||
|
||||
-- nvim-highlight-colors
|
||||
require('nvim-highlight-colors').setup {}
|
||||
|
||||
-- LSP
|
||||
local nvim_lsp = require('lspconfig')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue