diff options
| -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", { |
