updated flake inputs
This commit is contained in:
@@ -42,6 +42,7 @@ in {
|
||||
vim.g.vimwiki_list = {{path = '~/vimwiki/', syntax = 'markdown', ext = '.md'}}
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.autochdir = false
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.hlsearch = true
|
||||
vim.opt.incsearch = true
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
jsonls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
marksman.enable = true;
|
||||
csharp_ls.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
defaults = {
|
||||
file_ignore_patterns = [
|
||||
"%.snap"
|
||||
"^%.git/"
|
||||
];
|
||||
};
|
||||
pickers = {
|
||||
|
||||
Reference in New Issue
Block a user