mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
lsp: added rust and some notification management
This commit is contained in:
parent
a5108f68c1
commit
f7ae8e97b0
6 changed files with 59 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue