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