vim settings
This commit is contained in:
@@ -20,8 +20,11 @@
|
||||
smartindent = true;
|
||||
tabstop = 2;
|
||||
|
||||
cursorline = true; # show where the cursor is
|
||||
|
||||
ignorecase = true;
|
||||
incsearch = true;
|
||||
inccommand = "split";
|
||||
smartcase = true;
|
||||
wildmode = "list:longest";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
clangd.enable = true;
|
||||
cssls.enable = true;
|
||||
gopls.enable = true;
|
||||
clojure_lsp.enable = true;
|
||||
#clojure_lsp.enable = true;
|
||||
qmlls = {
|
||||
enable = true;
|
||||
settings.cmd = [
|
||||
|
||||
@@ -20,8 +20,12 @@ let
|
||||
enable = true;
|
||||
inherit keymaps;
|
||||
lazyLoad.settings.keys = builtins.attrNames keymaps;
|
||||
extensions.fzf-native = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
# doesnt show up ? idk
|
||||
#ui-select = {
|
||||
# enable = true;
|
||||
#};
|
||||
fzf-native.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user