Barebones config to be changed as I learn
This commit is contained in:
13
init.lua
Normal file
13
init.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
require("nvim-treesitter.install").compilers = { "zig" }
|
||||
|
||||
-- colourscheme
|
||||
vim.cmd("colorscheme wildcharm")
|
||||
vim.g.python3_host_prog = 'C:/Users/support/Desktop/workspace/vimenv/Scripts/python.exe'
|
||||
|
||||
-- styling cuz im dumb and dont really know what im doing with this conifg
|
||||
vim.o.tabstop = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
Reference in New Issue
Block a user