fixed workspace keybind, nvf uses system clipboard
had to do the system clipboard thing so i could share my solution to the workspace thing lmao, good to get the motivation also installed vim sleuth which sets the relevant tab options to use the correct indentation style depending on existing code and swap to autocomplete when it doesnt make sense to press tab, its great
This commit is contained in:
parent
d965253061
commit
661356a198
3 changed files with 16 additions and 13 deletions
|
@ -17,11 +17,14 @@
|
|||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
};
|
||||
lsp.enable = true;
|
||||
globals.mapleader = " ";
|
||||
utility.sleuth.enable = true;
|
||||
utility.sleuth.enable = true; # makes vim use consistent indentations style
|
||||
clipboard = {
|
||||
enable = true;
|
||||
providers.wl-copy.enable = true;
|
||||
registers = "unnamedplus"; # uses system clipboard
|
||||
};
|
||||
languages = {
|
||||
enableDAP = true;
|
||||
enableExtraDiagnostics = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue