chore(flake): update inputs
Includes update to neovim 0.8 which required some configuration changes.
This commit is contained in:
parent
2f7c1124ce
commit
28545a12df
4 changed files with 19 additions and 27 deletions
|
@ -19,10 +19,6 @@ vim.g.camelcasemotion_key = "<leader>"
|
|||
vim.opt.relativenumber = true
|
||||
vim.opt.splitbelow = true
|
||||
|
||||
-- opt-in to filetype.lua
|
||||
vim.g.do_filetype_lua = 1
|
||||
vim.g.did_load_filetypes = 0
|
||||
|
||||
vim.g.nvcode_termcolors = 256
|
||||
vim.cmd("syntax on")
|
||||
vim.cmd("colorscheme nvcode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue