lsp: added rust and some notification management

This commit is contained in:
kossLAN 2024-10-20 20:33:05 -04:00
parent a5108f68c1
commit f7ae8e97b0
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
6 changed files with 59 additions and 2 deletions

View file

@ -109,4 +109,5 @@ cmd.packadd('cfilter') -- Allows filtering the quickfix list with :cfdo
vim.g.sqlite_clib_path = require('luv').os_getenv('LIBSQLITE')
-- Vim Theme
vim.cmd.colorscheme('tokyonight-night')
vim.g.everforest_background = 'hard'
vim.cmd.colorscheme('everforest')