feat: Added copilot
This commit is contained in:
@@ -8,5 +8,8 @@ vim.opt.spelllang = { "en_us", "cs" }
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "java",
|
||||
command = "setlocal tabstop=4 shiftwidth=4 expandtab"
|
||||
command = "setlocal tabstop=4 shiftwidth=4 expandtab",
|
||||
})
|
||||
|
||||
vim.keymap.set("v", "<", "<gv", { desc = "Keep selection after outdent" })
|
||||
vim.keymap.set("v", ">", ">gv", { desc = "Keep selection after indent" })
|
||||
|
||||
Reference in New Issue
Block a user