mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update: config lsp react tsx
This commit is contained in:
parent
60bb763639
commit
cb486e35cb
2 changed files with 8 additions and 3 deletions
|
@ -28,7 +28,12 @@ return {
|
|||
tag = "legacy",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("fidget").setup()
|
||||
require("fidget").setup({
|
||||
window = {
|
||||
blend = 0,
|
||||
relative = "editor",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -7,8 +7,8 @@ vim.cmd([[
|
|||
autocmd BufWinEnter * :set formatoptions=croql
|
||||
autocmd BufWinEnter * :set textwidth=80
|
||||
autocmd BufWinEnter * :set colorcolumn=+1
|
||||
" autocmd BufWinEnter * :set nolazyredraw
|
||||
" autocmd BufWinEnter * :hi ColorColumn guibg=#1B2430 ctermbg=246
|
||||
autocmd BufWinEnter * :set nolazyredraw
|
||||
autocmd BufWinEnter * :hi ColorColumn guibg=#1B243000 ctermbg=246
|
||||
autocmd FileType qf set nobuflisted
|
||||
augroup end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue