Update and add Ghostty + Penpot + Viu
This commit is contained in:
parent
6c3a8c09d4
commit
29097fd4c0
6 changed files with 88 additions and 91 deletions
|
@ -6,6 +6,11 @@
|
|||
|
||||
settings = {
|
||||
vim = {
|
||||
clipboard = {
|
||||
enable = true;
|
||||
providers.wl-copy.enable = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
# Tab Keymaps
|
||||
{
|
||||
|
@ -50,8 +55,9 @@
|
|||
telescope.enable = true;
|
||||
autocomplete.nvim-cmp.enable = true;
|
||||
|
||||
lsp.enable = true;
|
||||
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableTreesitter = true;
|
||||
|
||||
# Who needs a resume when you can just look at enabled neovim LSP config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue