diff options
| -rw-r--r-- | nvim/lua/config/options.lua | 3 | ||||
| -rw-r--r-- | nvim/lua/config/treesitter.lua | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 409c620..7d6a2fb 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -72,9 +72,6 @@ opt.completeopt = { "longest", "menuone", "noselect", "popup" } | |||
| 72 | opt.makeprg = "gmake" | 72 | opt.makeprg = "gmake" |
| 73 | opt.autowrite = true | 73 | opt.autowrite = true |
| 74 | 74 | ||
| 75 | -- Guifont | ||
| 76 | opt.guifont = "JetBrains Mono Semibold:h12" | ||
| 77 | |||
| 78 | -- Swap files und Undo | 75 | -- Swap files und Undo |
| 79 | opt.swapfile = false | 76 | opt.swapfile = false |
| 80 | opt.undofile = true | 77 | opt.undofile = true |
diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua index 6903914..1eee267 100644 --- a/nvim/lua/config/treesitter.lua +++ b/nvim/lua/config/treesitter.lua | |||
| @@ -14,6 +14,7 @@ M.languages = { | |||
| 14 | "markdown", | 14 | "markdown", |
| 15 | "markdown_inline", | 15 | "markdown_inline", |
| 16 | "po", | 16 | "po", |
| 17 | "powershell", | ||
| 17 | "prisma", | 18 | "prisma", |
| 18 | "python", | 19 | "python", |
| 19 | "typescript", | 20 | "typescript", |
