diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-22 10:44:02 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-22 10:44:02 +0200 |
| commit | 396d34666ff359522520094a4a6293354d697099 (patch) | |
| tree | 81efba80fce160cbe4b238fa731b406e61ee4691 /nvim | |
| parent | 2693a7d92b48b9b8c24a277dbb208d1a201859c3 (diff) | |
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index df4ee65..52540cc 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -15,6 +15,7 @@ vim.cmd("colorscheme gruvbox") vim.cmd("compiler tsc") -- sets "tsc" as compiler for :make command vim.cmd("cnoreabbrev fzf FzfLua") vim.cmd("set iskeyword+=$") -- treat $ as part of word +vim.cmd("set clipboard=unnamedplus") -- treat $ as part of word -- auto-enable tree-sitter; pcall hides error if buffer unsupported vim.api.nvim_create_autocmd("FileType", { |
